﻿body {
font-size:12px;
text-align:left;
background-image:url(../images/login_bg.png);
background-repeat:repeat-x;
color:#454545;
font-family:"微软雅黑",Georgia, "Times New Roman", Times, serif;
background-color:#FFF;
}
* {
margin:0px;
padding:0px;
}
a { 
outline:none;
color:#454545;
}
a:hover { text-decoration:underline;}
img {
border:none;
}
.clear {
content:"";
display:block;
height:0;
clear:both;
visibility:hidden;
}
a:link,a:visited {
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
ul {
list-style-type:none;
}

body {

}
#wraper {
background-image:url(../images/images/login_main.png);
background-repeat:no-repeat;
width:956px;
height:545px;
margin:0px auto;
position:relative;
}
#user { position:absolute; top:236px; left:70px; width:745px; height:176px;}
#user_news { width:378px; float:left;}
#user_login {

}
#user_login table{
float:right;
display:inline;
width:250px;
}
#user_login table tr{
height:36px;
line-height:36px;
}
#user_login table tr th {
text-align:right;
font-size:14px;
}
#user_login .inputTxt,#user_login .inputVerification {
display:block;
width:164px;
height:28px;
background-image:url(../images/input1_bg.png);
background-repeat:no-repeat;
}
#user_login .inputVerification{ width:99px; background-image:url(../images/input2_bg.png);}
#user_login input {border:0px; margin:7px 3px 0px 6px;}
#user_login .inputVerification input {width:83px;}
#user_login table #btns td{
text-align:center;
height:65px;
}
.submit_btn {
width:125px;
height:39px;
border:0px;
background-image:url(../images/btn_ok.png);
background-repeat:no-repeat;
margin:0px 10px;
cursor:pointer;
}
.login_news {float:left; width:425px;}
.news_login { line-height:18px;}
.copyright { text-align:center;}